CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DCT 变换

搜索资源列表

  1. DCT程序实现文档.rar

    1下载:
  2. dct变换
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:1287
    • 提供者:
  1. DCT

    0下载:
  2. 读入一幅256*256图像,将它分成8*8pixel的若干块,对每块做DCT变换,保留Z型顺序的若干变换系数,进行IDCT重构图像,计算重构图像的信噪比-Reading a 256* 256 image, it will be divided into several blocks of 8*8 pixel, keep each optimal Z transformation of sequence number, IDCT transform coefficient calculation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2724
    • 提供者:jiangxin
  1. dct

    0下载:
  2. 图像的DCT变换,颜色空间的变换,结合OPENCV对图像进行二维空间的肤色提取-The image DCT, color space conversion, combined with OPENCV two-dimensional space of the color image extracted
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1515150
    • 提供者:zouguoqi
  1. DCT

    0下载:
  2. 实现了彩色图像上的DCT变换和DCT反变换-Color image on the realization of the DCT transform and inverse transform DCT
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3758227
    • 提供者:宋亚斐
  1. DCT

    0下载:
  2. vc实现的dct变换 源码及程序-vc source code to achieve transformation and procedures dct
  3. 所属分类:Wavelet

    • 发布日期:2017-04-04
    • 文件大小:403800
    • 提供者:ikan
  1. DCT

    0下载:
  2. 图像的DCT变换 提取高频分量 和低频分量 -DCT change
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:252591
    • 提供者:萧然
  1. DCT-MATLAB

    0下载:
  2. 利用DCT变换对灰度图像进行压缩,求出压缩比;对比不同压缩比的图像。-DCT transform using grayscale image compression, the compression ratio obtained compare different compression ratio of the image.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1028200
    • 提供者:吴原远
  1. MATLAB-dct-and-idct

    2下载:
  2. 将图片进行8*8块的dct变换,以及8*8块的反变化恢复原图像-use 8*8 block dct to chang image, and use 8*8 block idct to renew image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:216354
    • 提供者:jiang jianxing
  1. dct

    1下载:
  2. 基于快速fft变换的dct变换,实现速度快,效率高-Based on fast fft transform dct transform, to achieve fast, efficient
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1108
    • 提供者:liuhongwei
  1. 图象的DCT变换

    0下载:
  2. 这是我VB实习弄的图象的DCT变换程序,与大家分享-This is my VB internship get images of DCT procedures, and share
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3583
    • 提供者:efingIt
  1. DCT变换

    1下载:
  2. DCT变换,将原图像先转为灰度图像,再做DCT变换,最后计算低频和高频所占的能量百分比
  3. 所属分类:2D图形编程

  1. 基于dct数字水印算法

    1下载:
  2. 利用dct变换完成对数字水印的嵌入给提取,很有参考价值。离散变换的得到dct系数进行中频嵌入
  3. 所属分类:图形图像处理(光照,映射..)

  1. DCT变换

    1下载:
  2. 实现颜色图像DCT水印嵌入和提取,以及彩色版本和非彩色版本图像的程序(Implementation of color image DCT transform)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:风痕灬
  1. DCT-VC-master

    0下载:
  2. 利用DCT变换实现图像的加解密,包括基本的界面和文件读写(Using DCT transform to achieve image encryption and decryption, including the basic interface and file read and write)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:89010176
    • 提供者:liuziyi
  1. 代码

    0下载:
  2. 完成基于DCT变换的数字水印,采用多相正交矩阵加密(Completing digital watermarking based on DCT transform, using Multiphase Orthogonal Matrix Encryption)
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:14336
    • 提供者:月月0711
  1. DCTconversion

    0下载:
  2. 一个简单的图像DCT变换的matlab程序代码。(A simple image DCT transformation of the matlab program code.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:251904
    • 提供者:南木1789
  1. DCT图像压缩

    2下载:
  2. 整数DCT变换的图像压缩的程序实现,编程的平台是matlab(Integer DCT transform image compression program implementation, programming platform is matlab)
  3. 所属分类:压缩解压

    • 发布日期:2021-04-23
    • 文件大小:419840
    • 提供者:和你看烟花
  1. DCT

    2下载:
  2. 对每类中的每幅图片进行DCT变换(8*8)分块并对保留的DCT系数进行反DCT变换,得到重建的图象,显示原图像和重建图像进行对比,并计算出与原图对比的PSNR值。(Each picture in each class is divided into DCT transform (8*8) and the reserved DCT coefficient is inverse DCT transform. The reconstructed image is obtained. The origi
  3. 所属分类:图形图像处理

    • 发布日期:2019-03-13
    • 文件大小:3072
    • 提供者:啊瓜
  1. DCT变换

    0下载:
  2. dct变换的C语言实现代码,用于大家参考,有较强的实用性
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 2D的DCT变换

    1下载:
  2. 二维DCT变换,附源码以及testbench,以及相应的数学知识
  3. 所属分类:VHDL编程

« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com